-
Notifications
You must be signed in to change notification settings - Fork 97
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
ci: bump/pin to ubuntu-20.04 #1250
Conversation
.github/workflows/c.yaml
Outdated
bash <(curl -s https://codecov.io/bash) -s c/build || echo "Codecov did not collect coverage reports"; | ||
# - name: Upload coverage to codecov.io | ||
# run: | | ||
# bash <(curl -s https://codecov.io/bash) -s c/build || echo "Codecov did not collect coverage reports"; |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Why is this commented out?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
We aren't using codecov.io anymore (we closed our account) -- so this should be migrate to SonarCloud eventually
@@ -12,34 +12,9 @@ on: | |||
- "c/**" | |||
- .github/workflows/c.yaml | |||
jobs: | |||
coverage: | |||
name: Code Coverage |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Removed this stage since it isn't doing anything, we've deleted our code cov account
I suppose we could add Sonarcloud if we want coverage report |
Description
CI: bump and pin to Ubuntu 20.04 to fix recent CI breakage
API compatibility
n/a
JIRA Reference
n/a